Skip to content

Test Mesa PR#8

Open
matthewgapp wants to merge 2 commits intomainfrom
matt/feat/recursive-ctes/config-flag
Open

Test Mesa PR#8
matthewgapp wants to merge 2 commits intomainfrom
matt/feat/recursive-ctes/config-flag

Conversation

@matthewgapp
Copy link
Copy Markdown
Owner

@matthewgapp matthewgapp commented May 4, 2025

TL;DR

Introduces a config flag to disable recursive CTEs.

Why we made these changes

Recursive CTEs are not yet supported. This change disables them by default.

What changed?

  • Added enable_recursive_ctes config option (default: false).
  • Updated SQL query parsing to check the config flag.
  • Added a sqllogictest configuration option.
  • Updated documentation.

Validation

  • Added tests.
  • Confirmed default behavior.

Risks / Concerns

  • None.

update docs from script

update slt test for doc change
Copy link
Copy Markdown
Owner Author

hello!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant